home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 261 / SOMC Family Forum 261.iso / AOL / AOL95 / MSIE302.EXE / RCDATA / CABINET / ADDONS.INF < prev    next >
INI File  |  1997-04-28  |  1KB  |  78 lines

  1. ; Microsoft Internet Explorer v3.0 Add-ons Installation
  2. ; Copyright (c) 1996 Microsoft Corporation
  3.  
  4.  
  5. [Version]
  6. Signature="$CHICAGO$"
  7. SetupClass=Base
  8.  
  9.  
  10. ;    INSTALLATION SECTIONS
  11.  
  12. [Win95InstallSection]
  13.  
  14.  
  15. [WinNTx86InstallSection]
  16.  
  17.  
  18. [WinNTxAlphaInstallSection]
  19. AddReg=WinNTAlpha.AddReg
  20. DelReg=
  21.  
  22.  
  23. [WinNTxMIPSInstallSection]
  24. AddReg=WinNTMIPS.AddReg
  25. DelReg=
  26.  
  27.  
  28. [WinNTxPPCInstallSection]
  29. AddReg=WinNTPPC.AddReg
  30. DelReg=
  31.  
  32.  
  33.  
  34. [Win95.AddReg]
  35.  
  36. [WinNT.AddReg]
  37.  
  38. [WinNTAlpha.AddReg]
  39. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultnta.asp"
  40.  
  41.  
  42.  
  43.  
  44. [WinNTMIPS.AddReg]
  45. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntm.asp"
  46.  
  47.  
  48.  
  49.  
  50. [WinNTPPC.AddReg]
  51. HKCU,"Software\Microsoft\Internet Explorer\Main","First Home Page",0,"%FIRST_PAGE%%LOCALIZED_DIR%/ie3setup/defaultntp.asp"
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. ;    STRINGS
  60. [Strings]
  61.  
  62. ;Non-Localizable
  63. FIRST_PAGE="http://www.microsoft.com/ie"
  64.  
  65.  
  66.  
  67. ;Localizable
  68. LOCALIZED_DIR=""
  69.  
  70. ; The LOCALIZED_DIR should equal "" for English and "_intl/XX" for localized
  71. ; pages, where XX is the two letter language code found on:
  72. ; http://iptdweb/intloc/internal/redmond/projecsts/ie30w95/iso639.htm
  73. ; For Example
  74. ;
  75. ; Germain: LOCALIZED_DIR="_intl/de"
  76. ; Spanish: LOCALIZED_DIR="_intl/se"
  77. ; French: LOCALIZED_DIR="_intl/fr"
  78.